FoeError enumeration

The errors of File Access over EtherCAT (FoE).

Namespace: IntervalZero.KINGSTAR.Base

Assembly: IntervalZero.KINGSTAR.Base (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public enum FoeError
Public Enum FoeError

Members

Member name Value Description
errFoeNotDefine 0x0000 Undefined error.
errFoeNotFound 0x0001 The file was not found.
errFoeAccessDenied 0x0002 Access to the file was denied.
errFoeDiskFull 0x0003 The disk is full.
errFoeIllegal 0x0004 Illegal FoE request.
errFoePacketNumberWrong 0x0005 The packet number is wrong.
errFoeAlreadyExists 0x0006 The file already exists.
errFoeNoUser 0x0007 There is no valid user.
errFoeBootstrapOnly 0x0008 FoE is allowed only in bootstrap state.
errFoeNotBootstrap 0x0009 FoE is not available in bootstrap state.
errFoeNoRights 0x000A There is no access permission.
errFoeProgramError 0x000B The program had an exception.
errFoeChecksumWrong 0x000C The file checksum is wrong.
errFoeInvalidFirmware 0x000D The firmware is not compatible with the hardware.
errFoeReserved 0x000E Reserved error code.
errFoeNoFileToRead 0x000F No file available to read.
errFoeNoFileHeader 0x0010 The file header does not exist.
errFoeFlashProblem 0x0011 There is a problem with the flash.
errFoeFileIncompatible 0x0012 The file is incompatible.

See also

IntervalZero.KINGSTAR.Base Namespace